Deep Learning from Scratch: Building with Python from First Principles

Deep Learning from Scratch: Building with Python from First Principles

  • Downloads:7313
  • Type:Epub+TxT+PDF+Mobi
  • Create Date:2021-04-30 11:56:55
  • Update Date:2025-09-07
  • Status:finish
  • Author:Seth Weidman
  • ISBN:1492041416
  • Environment:PC/Android/iPhone/iPad/Kindle

Summary

With the resurgence of neural networks in the 2010s, deep learning has become essential for machine learning practitioners and even many software engineers。 This book provides a comprehensive introduction for data scientists and software engineers with machine learning experience。 You'll start with deep learning basics and move quickly to the details of important advanced architectures, implementing everything from scratch along the way。

Author Seth Weidman shows you how neural networks work using a first principles approach。 You'll learn how to apply multilayer neural networks, convolutional neural networks, and recurrent neural networks from the ground up。 With a thorough understanding of how neural networks work mathematically, computationally, and conceptually, you'll be set up for success on all future deep learning projects。

This book provides:


Extremely clear and thorough mental models--accompanied by working code examples and mathematical explanations--for understanding neural networks
Methods for implementing multilayer neural networks from scratch, using an easy-to-understand object-oriented framework
Working implementations and clear-cut explanations of convolutional and recurrent neural networks
Implementation of these neural network concepts using the popular PyTorch framework

Download

Reviews

Jin Shusong

I like this book。 It explain ML from basic concepts and algorithms。

Maria-Anna

The book does a great job in explaining complex things in more or less simple terms and with a bunch of visuals。 Although it still feels like in some chapters the author was in a rush and skipped some of the details which could be discussed more。 Probably the only real disadvantage of this book is the only one version of implementing things in code which is presented by the author。 It would be nicer to get more alternatives of the possible implementations of described concepts and to hear from t The book does a great job in explaining complex things in more or less simple terms and with a bunch of visuals。 Although it still feels like in some chapters the author was in a rush and skipped some of the details which could be discussed more。 Probably the only real disadvantage of this book is the only one version of implementing things in code which is presented by the author。 It would be nicer to get more alternatives of the possible implementations of described concepts and to hear from the author how to improve the solution he has shown。 。。。more